home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Changed / background_4009.txt < prev    next >
Text File  |  1988-07-18  |  4KB  |  154 lines

  1. -- background: 4009 from stack: in
  2. -- bmap block id: 4155
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on clear
  8.   set highlight of card button "Grayscale" to false
  9.   set highlight of card button "Halftone" to false
  10.   set highlight of card button "Line Art" to false
  11.   set highlight of card button "Preview" to false
  12. end clear
  13.  
  14.  
  15.  
  16.  
  17. -- part 19 (button)
  18. -- low flags: 00
  19. -- high flags: A004
  20. -- rect: left=7 top=317 right=338 bottom=110
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Setup
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual effect zoom open
  32.   go to stack "Set-Up"
  33.   set highlight of background button "Installation" to false
  34.   set highlight of background button "Using" to false
  35.   set highlight of background button "Troubleshooting" to false
  36.   set highlight of background button "Setup" to true
  37. end mouseUp
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. -- part 21 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=220 top=308 right=342 bottom=263
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 21700 / 21700
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: 
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   visual effect zoom open
  59.   go to stack "Apple Scanner"
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 22 (button)
  65. -- low flags: 00
  66. -- high flags: C004
  67. -- rect: left=263 top=317 right=338 bottom=366
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Using
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   visual effect zoom open
  79.   go to stack "Using"
  80.   set highlight of background button "Setup" to false
  81.   set highlight of background button "Installation" to false
  82.   set highlight of background button "Troubleshooting" to false
  83.   set highlight of background button "Using" to true
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 28 (button)
  89. -- low flags: 00
  90. -- high flags: 2000
  91. -- rect: left=404 top=280 right=303 bottom=428
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 2162 / 2162
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Left
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   visual zoom in to card
  103.   pop card
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 29 (button)
  109. -- low flags: 00
  110. -- high flags: A004
  111. -- rect: left=119 top=317 right=338 bottom=222
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Installation
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   visual effect zoom open
  123.   go to stack "Installation"
  124.   set highlight of background button "Setup" to false
  125.   set highlight of background button "Using" to false
  126.   set highlight of background button "Troubleshooting" to false
  127.   set highlight of background button "Installation" to true
  128. end mouseUp
  129.  
  130.  
  131.  
  132. -- part 30 (button)
  133. -- low flags: 00
  134. -- high flags: 8004
  135. -- rect: left=376 top=317 right=338 bottom=494
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: Troubleshooting
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   visual effect zoom open
  147.   go to stack "Troubleshooting"
  148.   set highlight of background button "Setup" to false
  149.   set highlight of background button "Installation" to false
  150.   set highlight of background button "Using" to false
  151.   set highlight of background button "Troubleshooting" to true
  152. end mouseUp
  153.  
  154.